Displaying 4 results from an estimated 4 matches for "u2010".
Did you mean:
2010
2023 Apr 13
1
Split String in regex while Keeping Delimiter
...hing else, but it is not trivial to get the
Unicode code Point;
https://www.utf8-chartable.de/unicode-utf8-table.pl?start=8192&number=128&utf8=dec
The following is a more comprehensive Regex expression, which accepts
many variants of "-":
tokens = strsplit(str, "(?<=[-+\u2010-\u2014])\\s++", perl=TRUE)
Sincerely,
Leonard
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...gt; s,4,Hangup
exten => s,103,Voicemail,b9000 ; Directs caller to busy voicemailbox 9000
exten => s,104,Hangup
[sip-incoming]
exten => _.,1,Wait(1)
exten => _.,2,Playback(demo-thanks)
exten => _.,3,Hangup
[from-sip]
exten => 2010,1,Dial(SIP/2010,20)
exten => 2010,2,Voicemail(u2010)
exten => 2010,102,Voicemail(b2010)
exten => 2010,103,Hangup
exten => 2011,1,Dial(SIP/2011,20)
exten => 2011,2,Voicemail(u2011)
exten => 2011,102,Voicemail(b2011)
exten => 2011,103,Hangup
exten => 2012,1,Dial(SIP/2012,20)
exten => 2012,2,Voicemail(u2012)
exten => 2012,1...
2005 Jul 01
1
asterisk newbie and phones which don't want tocomunicate
hi do u have the sip phones extensions in the extension.conf and are they in the right context (sip-incoming)???
are the sip phone registering to asterisk?? try stop asterisk and reconnect as asterisk -vvvvvvvc to check see them registering...
________________________________
From: asterisk-users-bounces@lists.digium.com on behalf of Sistemista WebSolvingJaa
Sent: Fri 7/1/2005 6:43 PM
2004 Jul 19
0
(Asterisk-Users] Affordable SIP Phone - Stiil a Myth?
...exten => 2008,102,Voicemail(b2008)
exten => 2008,103,Hangup
;New one
exten => 2009,1,Dial(SIP/2009,20)
exten => 2009,2,Voicemail(u2009)
exten => 2009,102,Voicemail(b2009)
exten => 2009,103,Hangup
;New one
exten => 2010,1,Dial(SIP/2010,20)
exten => 2010,2,Voicemail(u2010)
exten => 2010,102,Voicemail(b2010)
exten => 2010,103,Hangup
;New one
exten => 2011,1,Dial(SIP/2011,20)
exten => 2011,2,Voicemail(u2011)
exten => 2011,102,Voicemail(b2011)
exten => 2011,103,Hangup
;
; Define a way so that users can dial a number to reach
; voicemail. C...