[Home]

Summary:ASTERISK-05446: Multible sip incoming accounts
Reporter:Schneur (rosenbergs)Labels:
Date Opened:2005-11-04 01:25:01.000-0600Date Closed:2011-06-07 14:10:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I had 2 sip accounts from the same providor that I used for incoming calls, and I wanted each one to go to a different context, but it did not work they both went to the same context, my workaround was to route by sip I did as follows:

[main]
exten => s,1,answer
exten => username1,1,goto(hpa,s,1)
exten => username2,1,goto(PrimeQuality,s,1)

and it worked
Comments:By: Jason Parker (jparker) 2005-11-04 01:39:47.000-0600

Was there a bug report in there somewhere?

By: BJ Weschke (bweschke) 2005-11-04 07:38:16.000-0600

This is a known issue with the 1.0 tree and the SIP channel.