James Sizemore
2004-Aug-24 11:10 UTC
[Asterisk-Users] ex-girlfriend logic not working in latest CVS?
Ex-girlfriend logic not working in latest CVS? Incoming sip calls don't work. Anyone else seen this problem? Extension logic looks good: exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); ;exten => 6153248305,1,Queue(queue3); show dialplan looks good: -- Added extension '6153248305' priority 1 (CID match '_931NXXXXXXX')to vantage -- Added extension '6153248305' priority 1 (CID match '_615NXXXXXXX')to vantage
Greg Hill
2004-Aug-24 11:50 UTC
[Asterisk-Users] ex-girlfriend logic not working in latest CVS?
On Tue, 24 Aug 2004, James Sizemore wrote:> Ex-girlfriend logic not working in latest CVS? > Incoming sip calls don't work. Anyone else seen this > problem? > > Extension logic looks good: > > exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); > exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); > ;exten => 6153248305,1,Queue(queue3); > > > show dialplan looks good: > > -- Added extension '6153248305' priority 1 (CID match > '_931NXXXXXXX')to vantage > -- Added extension '6153248305' priority 1 (CID match > '_615NXXXXXXX')to vantageYour lines have 7 X's in addition to the N. Did you mean to type six of them instead? (10 digits total) Greg
Josh Roberson
2004-Aug-24 11:54 UTC
[Asterisk-Users] ex-girlfriend logic not working in latest CVS?
Maybe it's just me, but it looks as if you have one too many X's in your pattern matching.. 615NXXXXXX is all you need, i see 615NXXXXXXX. Same for 931. -twisted James Sizemore wrote:> Ex-girlfriend logic not working in latest CVS? > Incoming sip calls don't work. Anyone else seen this > problem? > > Extension logic looks good: > > exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); > exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); > ;exten => 6153248305,1,Queue(queue3); > > > show dialplan looks good: > > -- Added extension '6153248305' priority 1 (CID match > '_931NXXXXXXX')to vantage > -- Added extension '6153248305' priority 1 (CID match > '_615NXXXXXXX')to vantage >
James Sizemore
2004-Aug-24 14:15 UTC
[Asterisk-Users] ex-girlfriend logic not working in latest CVS?
I found _my_ problem, to many "X"s on the patten match. James Sizemore wrote:> Ex-girlfriend logic not working in latest CVS? > Incoming sip calls don't work. Anyone else seen this > problem? > > Extension logic looks good: > > exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); > exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); > ;exten => 6153248305,1,Queue(queue3); > > > show dialplan looks good: > > -- Added extension '6153248305' priority 1 (CID match > '_931NXXXXXXX')to vantage > -- Added extension '6153248305' priority 1 (CID match > '_615NXXXXXXX')to vantage > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users